home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / egamouse.zip / READ_ME.TXT < prev   
Text File  |  1993-01-04  |  1KB  |  22 lines

  1. EGAMouse is a TP 4.0 unit that adds Microsoft Mouse support to your
  2. EGA TP programs. Most of the credit for it is due to Richard Sadowsky, 
  3. the author of Mouse4.pas, a unit that adds mouse support for text-mode
  4. programs. I made some minor adjustments to it, added the function
  5. CursorShape (with the help of John Sieraski; his implementation of it
  6. worked, mine didn't, so the code for CursorShape is his, with a minor
  7. modification added by me), and wrote the demo program.
  8.  
  9. Future releases will include support for mouse functions 29 (get CRT
  10. page number) and 30 (set CRT page number), and will have a few more
  11. cursor shapes.
  12.  
  13. You must have the Microsoft (or compatible) mouse driver installed as
  14. described in the Microsoft Mouse User's Guide. I have version 6 of the
  15. Mouse software; EGAMouse might not work with earlier versions.
  16.  
  17. This unit should work with trivial modifications on CGA
  18. programs. All that has to be changed is the scaling of the X and Y
  19. coordinates. To change the demo program for CGA, just change the
  20. grDriver and grMode values at the beginning of the main body.
  21.  
  22.